body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header1 {
  background: #fff;
  height: 60px;
  width: 100%;
  line-height: 60px;
}

.header1 .left {
  float: left;
  height:60px;
  width: 90px;
  position: relative;
}

.header1 .left a {
  display: block;
  width: 100%;
  height: 100%;
}

.header1 .left img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
}

.header1 em {
  float: right;
  font-style: normal;
  font-size: 14px;
}

.header1 em a {
  display: inline-block;
  text-decoration: none;
}

.header1 em a:hover {
  text-decoration: underline;
}

.header1 em,
.header1 em a,
.header1 em a:link,
.header1 em a:visited,
.header1 em a:hover {
  color: #666;
}
.nav a:link,
.nav a:visited {
  color: #484848;
  text-decoration: none;
}

.nav a:hover {
  color: #c00;
  text-decoration: underline;
}

.nav,
.nav a:link,
.nav a:visited,
.nav a:hover {
  color: #fff;
}

.nav {
  height: 70px;
  line-height: 70px;
  text-align: left;
  font-size: 16px;
  background: #003c9f;
  position: relative;
}

.nav a {
  margin: 0 10px;
}

.nav .search-bar {
  position: absolute;
  top: 14px;
  right: 115px;
  border: 1px solid #ccc;
  height: 45px;
  border-radius: 22px;
  padding: 0 10px;
  width: 250px;
}

.nav .search-bar input {
  height: 40px;
  display: block;
  background-color: transparent;
  color: white;
}

.nav .search-bar .search-button {
  position: absolute;
  right: 15px;
  top: 4px;
  cursor: pointer;
}

.nav input::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
}

.nav em {
  font-size: 16px;
  margin: 0 2px;position:absolute;right:0;top:0;
}

.nav em a {
  margin: 0 2px;
}
.swiper-box {
  height: 430px;
  overflow: hidden;
  width: 705px;
  margin: 0 auto;
}

.swiper-box img {
  width: 100%;
  height: 100%;
}

.swiper-box a {
  display: block;
  color: white;
  width: 100%;
  height: 100%;
}

.swiper-box .swiper-wrapper .text {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
  font-size: 18px;
}

.swiper-box .swiper-container {
  width: 100%;
  height: 430px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.swiper-box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
  position: relative;
  cursor: pointer;
  float: left;
  opacity: 1;
  box-shadow: 0px 1px 2px #555 inset;
}

.swiper-box .swiper-pagination-bullet-active {
  background-color: #168cdb;
}

.swiper-box a {
  text-decoration: none;
}

.swiper-box .swiper-slide {
  position: relative;
}

.swiper-box .swiper-container .pagination {
  position: absolute;
  bottom: 14px;
  right: 10px;
  height: 10px;
  z-index: 99;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
}
.show {
  height: 85px;
  text-align: center;
  line-height: 85px;
  color: white;
  cursor: pointer;
  overflow: hidden;
  display: block;
}

.show a,
.show img {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}

.show a:hover {
  color: white;
  text-decoration: none;
}
.owo-twoSwiper-conn .owo-twoSwiper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.owo-twoSwiper-conn .swiper {
  width: 100%;
  height: 100%;
}

.owo-twoSwiper-conn .swiper-button-next {
  right: -40px;
  opacity: 1;
  top: 310px;
}

.owo-twoSwiper-conn .swiper-button-prev {
  left: -40px;
  opacity: 1;
  top: 310px;
}

.owo-twoSwiper-conn .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.owo-twoSwiper-conn .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.owo-twoSwiper-conn body {
  background: #000;
  color: #000;
}

.owo-twoSwiper-conn .swiper {
  width: 1200px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.owo-twoSwiper-conn .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.owo-twoSwiper-conn .swiper-slide .item {
  position: absolute;
  top: 210px;
  width: 440px;
  left: 100px;
  color: white;
  text-align:left;background-color:rgba(0,0,0,0.3);
 padding:20px;
}

.owo-twoSwiper-conn .swiper-slide .item h2 {
  line-height: 34px;
  font-size: 28px;
  margin-bottom: 20px;
}

.owo-twoSwiper-conn .swiper-slide .item p {
  line-height: 24px;font-size:16px;
}

.owo-twoSwiper-conn .mySwiper2 {
  height: 620px;
  width: 1200px;
}

.owo-twoSwiper-conn .mySwiper {
  height: 130px;
  box-sizing: border-box;
  padding: 10px 0;
}

.owo-twoSwiper-conn .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.owo-twoSwiper-conn .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.owo-twoSwiper-conn .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}[o-hover="grow"] {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
[o-hover="grow"]:hover, [o-hover="grow"]:focus, [o-hover="grow"]:active {
  transform: scale(1.1);
}

.module148 {
  position: relative;
}

.module148 .swiper-container-p3 {
  position: relative;
  width: 1200px;
  height: 680px;
  margin: 0 auto;
  overflow: hidden;
  color: white;
}

.module148 .swiper-slide {
  width: 1200px;
  height: 680px;
  position: relative;
}

.module148 .swiper-slide a {
  display: block;
}

.module148 .swiper-slide span {
  display: none;
}

.module148 .prev {
  background: url(http://www.people.com.cn/img/2016people/images/focus_left_b.png);
  width: 18px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}

.module148 .next {
  background: url(http://www.people.com.cn/img/2016people/images/focus_right_b.png);
  width: 18px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}

.module148 .swiper-pagination1 {
  display: none;
}

.module148 .info-box {
  position: absolute;
  bottom:-46px;
  background-color: rgba(0, 0, 0, 0.8);
  width:860px;
  height:96px;
  left:30px;
  right: 0;
  margin: auto;
  font-size:20px;
  padding:5px;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.module148 .info-box i {
  position: absolute;
  left: 0;
  background-color: #4879b1;
  padding: 5px 15px;
  left: -30px;
  color: black;
}

.module148 .info-item {
  width:700px;
  height:70px;
  color: white;
}

.module148 .info-item h3 {
  font-size: 16px;
  line-height: 26px;
}

.module148 .info-item p {
  font-size: 14px;
}
.om9u2np3 {
  position: relative;
}

.om9u2np3 .swiper-container {
  position: relative;
  width: 653px;
  height: 430px;
  margin: 0 auto;
  overflow: hidden;
  color: white;
}

.om9u2np3 .swiper-slide {
  width: 653px;
  height: 430px;
  position: relative;
}

.om9u2np3 .swiper-slide a {
  display: block;
}

.om9u2np3 .swiper-slide .text {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
  font-size: 18px;text-align:center;
}

.om9u2np3 .prev {
  background: url(../images/lfb.png);
  width: 30px;
  height: 75px;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  top: 0;
  left: 0px;
  z-index: 10;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.om9u2np3 .next {
  background: url(../images/lrb.png);
  width: 30px;
  height: 75px;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.om9u2np3 .swiper-pagination1 {
  display: none;
}

.om9u2np3 .info-box {
  position: absolute;
  bottom: -10px;
  background-color: #bd1d0f;
  width: 600px;
  height: 65px;
  left: 30px;
  right: 0;
  margin: auto;
  font-size: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 9;
}

.om9u2np3 .info-box i {
  position: absolute;
  left: 0;
  background-color: #ffe096;
  padding: 5px 15px;
  left: -30px;
  color: #bd1d0f;
  font-weight: bold;
}

.om9u2np3 .text {
  width: 450px;
}

.om9u2np3 .text h2 {
  font-size: 18px;
  line-height: 30px;
}

.om9u2np3 .text p {
  font-size: 14px;
}
#copyright {
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}

p {
  font-size: 18px;
}
.max-box {
  position: relative;
}

.fgf {
  height: 40px;
}

.top-img {
  width: 100%;
  position: relative;
  height: 560px;
  overflow: hidden;
}

.top-img img {
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
  width: 1920px;
}

.zcyl {
  width: 465px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 430px;
}

.zcyl .title {
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 15px;
}

.zcyl h3 {
  color: #003f73;
  font-size: 21px;
}

.zcyl .more {
  position: absolute;
  top: 0;
  right: 0;
}

.zcyl ul {
  overflow: auto;
  height: 360px;margin-top:15px;
}

.zcyl li {
  padding: 5px 0;
}
.zcyl li{
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  background-image: url(../images/doit.png);
  background-repeat: no-repeat;
  background-position: 8px 15px;
  padding-left: 25px;
}

.zcyl li .fl {
  width: 50px;
  text-align: center;
  color: #0e357f;
}

.zcyl li .fl .ri {
  font-size: 38px;
  line-height: 40px;
}

.zcyl li .fr {
  width: 370px;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
}

.title-bar {
  background-image: url('../images/title-bg.png');
  height: 80px;
  background-repeat: no-repeat;
  background-position: 438px center;
  text-align: center;
  line-height: 80px;
  font-size: 36px;
  color: #012a89;
  font-weight: bold;
}

.lyb-box {
  background-color: #f4f4f4;
  padding: 25px;
  border-radius: 10px;
}

.lyb-box h3 {
  font-size: 26px;
  line-height: 60px;
  color: #012a89;
}

.lyb-box li {
  width:31%;
  font-size: 16px;
  line-height: 26px;margin-right:2.3%;margin-bottom:15px;
}
.lyb-box li b{color:#6177B1;font-size:18px;}
.card-4 {
  width: 1220px;
}
.card-4 li{margin-bottom:20px;}
.card-4 li span{
  background-color:#7eaff1;
  color: white;
  padding: 20px 0;
  float: left !important;
  width: 288px;
  margin-right: 15px;
  border-radius: 20px;display:inline-block;
}

.card-4 li span img {
  display: block;
  width: 100%;
  height: 188px;
}

.card-4 li span p {
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px;
  margin-top: 10px;text-align: center;
}

.hhhb-box {
  width: 100%;
  height: 956px;
  overflow: hidden;
  position: relative;
}

.hhhb {
  background-image: url('../images/hhhb.jpg');
  width: 1920px;
  height: 956px;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
}

.tab-title-bar {
  margin-top: 40px;
}

.tab-title-bar .item {
  color: white;
  float: left;
  margin: 10px;
  height: 65px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center bottom;font-size: 18px;
}

.tab-title-bar .item span {
  width: 130px;
  display: block;
  background-color: #8b6cff;
  line-height: 40px;
  border-radius: 0 10px 0 10px;
  text-align: center;
  
}

.owo-twoSwiper .mySwiper {
  margin-top: 30px;
}

.owo-twoSwiper-conn {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.tab-title-bar .item.active {
  background-image: url('../images/active.png');font-weight:600;font-size:22px;
}

.search-box .search-title {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.search-box span {
  font-size:22px;
  margin-right:10px;
}

.search-box select {
  border: 2px solid #2083d4;
  height: 45px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 10px;
  width:185px;
  font-size: 16px;
  background-image: url('../images/xiala.png');
  background-repeat: no-repeat;
  background-position: 96% center;
}

.search-box input {
  border: 2px solid #2083d4;
  height: 45px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 10px;
  width: 213px;
  font-size: 16px;
  margin-right: 0;
}

.search-box .input-bar {
  height: 49px;
}

.search-box .search-button {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}

.info-box {
  position: relative;
}

.woyaofabu {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
}

.info-box .top-bar .item {
  width: 230px;
  text-align: center;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  margin-right: 10px;
  color: #0e357f;
  background-color: #f6f8fa;
  height: 45px;
  line-height: 45px;
  margin-top: 5px;
  cursor: pointer;
}

.info-box .top-bar .active {
  height: 50px;
  line-height: 50px;
  background-color: #f1f5f8;
  margin-top: 0;
}

.info-box-conn {
  background-color: #f1f5f8;
  padding: 35px;
}

.info-box-conn ul {
  height: 700px;
  overflow: auto;
}

.info-box-conn li {
  border-bottom: 1px dashed #165a81;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.info-box-conn li h3 {
  font-size: 20px;
  line-height: 44px;
  color: #064970;
}

.info-box-conn li p {
  font-size: 16px;
  line-height: 28px;
  color: #165a81;
}

.show-more-info {
  color: #b30000;
  font-size:20px;
  line-height: 60px;
  text-align: right;
}

.main2-box {
  background-image: url('../images/main2.jpg');
  height: 843px;
  width: 100%;
  padding-top: 60px;
  background-size: 1920px 843px;
  background-repeat: no-repeat;
  background-position: center;
}

.lr-box-2 .fl {
  width: 547px;
  height: 430px;
  background-color: #f4f4f4;
  padding: 40px;
}

.lr-box-2 .fl h2 {
  font-size: 20px;
  line-height: 28px;
  color: #666561;
  margin-bottom: 10px;
}

.lr-box-2 .fl p {
  font-size: 16px;
  line-height: 24px;
  color: #666561;
}

.lr-box-2 .fl .line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 15px;
}

.lr-box-2 .fl ul li {
  line-height: 34px;
  font-size: 16px;
  color: #666561;
  background-image: url('../images/doit.png');
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 15px;
  margin-left: -15px;
  height: 34px;
  overflow: hidden;
}

.main3-box {
  background-image: url(../images/show3.jpg);
  height: 388px;
  width: 100%;
  padding-top:30px;
  background-size: 1920px 388px;
  background-repeat: no-repeat;
  background-position: center;
}

.card3l {margin-top:0px;}
.card3l .item{margin:0 12px;min-width:376px;}
.card3l a{display:inline-block;}
.card3l img{display:block;margin-bottom:10px;}
.card3l b{display:block;font-size:22px;line-height:40px;margin:20px auto 5px auto;}
.card3l p{color:white;font-size:16px;text-align:left;line-height:42px;}
.card3l p a{margin:0 10px;}
.main-text {
  color: white;
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 840px;
  left: 0;
  right: 0;
  margin: auto;
  top: 160px;
}

.main-text h2 {
  font-size: 66px;
  line-height: 110px;
}

.main-text p {
  font-size: 16px;
  line-height:40px;text-align: left;
}

/* 动画效果 */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

